projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
922bc66
)
(Fset_window_configuration): Lisp_Object/int mixup.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 17 Jun 2002 18:45:01 +0000
(18:45 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 17 Jun 2002 18:45:01 +0000
(18:45 +0000)
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index 2e0f57dd1a9335e5758cf2801b0c9ab92807dd39..a63b91f7663f633d28a7fca1523c38bed759433c 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-5147,7
+5147,7
@@
the return value is nil. Otherwise the value is t. */)
selected_window = Qnil;
if (EQ (XWINDOW (data->current_window)->buffer, new_current_buffer))
set_marker_restricted (XWINDOW (data->current_window)->pointm,
-
old_point
,
+
make_number (old_point)
,
XWINDOW (data->current_window)->buffer);
Fselect_window (data->current_window);